@charset "utf-8";
/*index-banner-slider*/
.banner{ width:100%;overflow:hidden; position:relative; }
.banner .hd{ height:30px; width: 100%; overflow:hidden; position:absolute; right:0px;text-align:center; bottom:20px; z-index:1; }
.banner .hd ul{ overflow:hidden; zoom:1; text-align: center; margin: 0px auto  }
.banner .hd ul li{display:inline-block;text-align:center;width:20px; height:20px;margin-right:10px;cursor:pointer; background:url(../images/ban/btnBg.png) no-repeat; text-indent:9999em}
.banner .hd ul li.on{ background-position: 0 -20px}
.banner .bd{ position:relative; height:100%; z-index:0;   }
.banner .bd li{ zoom:1; vertical-align:middle; }
.banner .bd li img{width:100%; vertical-align:top;  }
.banner .bd li a{ width: 100%;height:580px;background-repeat:no-repeat;background-position:center top;  display: block; }
.banner .prev,
.banner  .next{ position:absolute; top:50%; margin-top:-25px; display:block; width:61px; height:61px;}
.banner .prev{background:url(../images/ban/arrow_left.png); left:3%; }
.banner  .next{  right:3%; background:url(../images/ban/arrow_right.png); }

/*index*/
.index-pro{
	width:100%;
    display: block;
}

.index-pronav{
	position: relative;
	width:100%;
	height:140px;
	background: #181714;
	display: block;
}
.index-pronav:after{
	position: absolute;
	left:0;
	top:0;
	width:30%;
	height: 140px;
	content: '';
	background: #305dc3;
	z-index: 0;
}
.index-pronav .pronav-title{
    position: absolute;
	height: 140px;
	float: left;
	background: #305dc3;
    color:#fff;
    line-height: 40px;
    z-index: 5;
}
.index-pronav .pronav-title p{
	margin:30px 0 0 25px;
	font-size: 28px;
	font-weight: normal;
}
.index-pronav .pronav-title h2{margin:0px 50px 0 50px;font-size: 44px;font-weight: normal;font-style: italic;color: #597DCF}
.index-pronav .hd{
    width: 75%;
	height: 140px;
    float: right;
    display: block;
}
.index-pronav .hd ul{display: flex}
.index-pronav .hd ul li{ float:left;width: 33%;padding-top:20px;height: 120px; font-size: 20px;line-height: 40px; color:#fff; text-align: center; cursor:pointer;  }
.index-pronav .hd ul li i{
    font-size: 50px;
    line-height: 60px;
}
.index-pronav .hd ul li.on{position: relative; height: 115px;border-bottom:5px solid #305dc3;color:#fff }
.index-pronav .hd ul li.on:after{
    position: absolute;
    bottom:-16px;
    left:50%;
    margin-left:-16px;
    content: '';
    width:0; 
    height:0; 
    border-left:16px solid transparent;
    border-right:16px solid transparent;
    border-top:16px solid #305dc3;
}
.index-pronav .hd ul li:hover i,.index-pronav .hd ul li:hover p{
    -webkit-animation: honor-bounce-1 1s;
    -moz-animation: honor-bounce-1 1s;
    animation: honor-bounce-1 1s;
}
.index-pro .bd{
    padding:100px 0 80px;
    overflow: hidden;
}
.prolist{
    width: 100%;
    display: block;
    overflow: hidden;
}
.prolist li{
    width: 25%;
    float: left;
}
.prolist li a{
    position: relative;
    margin:10px auto;
    width: 270px;
    display: block;
    background-color: #f7f7f7;
	-webkit-box-shadow: 0 0 7px rgba(201,201,201,.35);
	-moz-box-shadow: 0 0 7px rgba(201,201,201,.35);
	box-shadow: 0 0 7px rgba(201,201,201,.35);
	border: solid 1px #ececec;
}
.prolist li a:after{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:270px;
    height:100%;
    border-top:1px solid #305dc3;
    border-bottom:1px solid #305dc3;
    transform:scale(0,1);
    transition-duration:0.7s;
    z-index:0;
}
.prolist li a:before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:270px;
    height:100%;
    border-right:1px solid #305dc3;
    border-left:1px solid #305dc3;
    transform:scale(1,0);
    transition-duration:0.7s;
    z-index:0;
}
.prolist li a:hover:after{
   transform:scale(1,1);
}
.prolist li a:hover:before{
   transform:scale(1,1);
}


.prolist li .img{
    width: 100%;
    padding:10px 0;
    background: #fff;
}
.prolist li .img img{
    width: 100%;
    height: 270px;
    border:0;
}
.prolist li .title{
    padding:10px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size: 14px;color:#333;line-height: 36px;
}

.index_layer{
    width:100%;
    overflow: hidden;
    padding:50px 0 80px;
}
.index_layer_hd{
    width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #000;
    text-align: center;
}
.index_layer_hd h2{
    margin: 0;
    font-size: 30px;
    color: #305dc3;
    font-weight: normal;
    line-height:50px;
}
.index_layer_hd .index_layer_hd_line{
    width: 30px;
    height:4px;
    background: #305dc3;
    margin: 0 auto;
}
.index_layer_hd p{line-height: 40px;}
.index_layer .index_layer_bd{
    width: 100%;
    display: inline-block;
    padding-top:50px;
}
/*index-about*/
.index_layer .index_about_l{
    position: relative;
    width: 50%;
    padding-bottom:100px;
    float: left;
}
.index_layer .index_about_l:after
{
    position: absolute;
    width: 200px;
    height: 200px;
    content: '';
    bottom:70px;
    right:80px;
    border:5px solid #bfcdec;
    z-index: -1
}

.index_layer .index_about_r{
    width: 50%;
    padding-top: 20px;
    float: right;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.index_layer .index_about_r p{text-indent: 2em;margin:5px 0}
.index_layer .index_layer_bd .more{
    padding:8px 30px;
    font-size: 14px;
    color: #666;
    border:1px solid #c8c8c8;
    display: inline-table;
}
.index_layer .index_layer_bd .more:hover{color: #305dc3;border-color:#305dc3}
/*index-case*/
.index_case_layer{background:url(../images/index/index_case_bg.jpg) no-repeat center top #f7f7f7}
.index_case_layer.index_layer .index_layer_hd,.index_case_layer.index_layer .index_layer_hd h2{color:#fff}
.index_case_layer.index_layer .index_layer_hd_line{background: #fff}
.index_case_com{width: 100%;overflow: hidden;margin-bottom:50px}
.index_case_box{
    background: #fff;
    border:1px solid #e1e1e1;
    text-align: center;
}
.index_case_box .hd{
    width: 100%;
    height: 105px;
}
.case_hd_box li{
    position: relative;
    width: 25%;
    float: left;
    /* height: 45px; */
    padding:30px 0;
    /* line-height: 45px; */
    color:#333;
    font-size: 18px;
    text-align: center;
    font-weight: 600
}
 .case_hd_box li i{font-size: 30px;font-weight: normal}
.case_hd_box li:hover,.case_hd_box li.on{
    color:#305dc3;
    cursor:pointer;
}
.case_hd_box li:after{
    position: absolute;
    content: '';
    width:1px;
    height: 45px;
    right: 0;
    top:30px;
    background: #e9e9e9;
}
.case_hd_box li:last-child:after{display: none}
.index_case_box .bd{
    padding:20px 10px 40px;
    overflow: hidden;
}
.case_bd_box{width:100%;overflow:hidden; display: block;}
.case_bd_box li{
    float: left;
    width: 23%;
    padding:0 1% 20px;
    position: relative;
    overflow: hidden;
	display:inline-block;
}
.case_bd_box  li .img{
    width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    vertical-align:middle;
}
.case_bd_box  li  .img img{
    cursor:pointer;
    width: 100%;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.case_bd_box  li  p{
    margin:0;
    background-color:rgba(0,0,0,.8); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case_bd_box  li:hover .img img{
    transform:scale(1.04,1.04);
    -ms-transform:scale(1.04,1.04);
    -webkit-transform:scale(1.04,1.04)
}

/*index-news*/
.index_news_box{
    width: 100%;
    height: 344px;
    overflow: hidden;
    display: block;
}
.index_news_box .index_news_box_img,.index_news_box .index_news_box_img a,.index_news_box .index_news_box_img img{
    width: 535px;
    height: 344px;
    border:0;
    display: block;
}
.index_news_box_img{
    position: relative;
}
.index_news_box_img .title{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    background-color:rgba(48,93,195,.9); 
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_news_box_l{
    width: 585px;
    padding:20px 40px 10px;
    overflow: hidden;
}
.index_news_box_l .index_news_box_l_tj{
    width: 100%;
    padding-bottom:5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    color:#999;
}
.index_news_box_l .index_news_box_l_tj .title{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#000;font-size: 16px;line-height: 36px
}
.index_news_box_l .index_news_box_l_tj .date{background: #ddd;padding:3px 10px; display: inline-block}
.index_news_box_l .index_news_box_l_tj p {margin:10px 0}
.index_news_box li{
    width: 100%;
    padding-top:5px;
    line-height: 30px;
    font-size: 14px;
}
.index_news_box li a{
    position: relative;
    width: 450px;
    display: inline-table;
    padding-left:15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_news_box li a::before{
    position: absolute;
    left:0;
    top:12px;
    content: '';
    width:4px;
    height: 4px;
    background: #305dc3;
}
.index_news_box li .date{
    float: right;
    color:#999
}
/*index-contact*/
.index_contact{padding-top:80px;}
.index_contact .index_contact_l{
    width: 50%;
    float: left;
    background: #305dc3;
    color:#fff
}
.index_contact .hd{
    position: relative;
    padding:40px 30px 80px 85px;
    font-size: 16px;
}
.index_contact .hd i{
    position: absolute;
    left:35px;
    top:50px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
}
.index_contact .index_contact_l .hd i{
    border-radius: 50%;
    background: #fff;
    color:#305dc3
}
.index_contact .index_contact_r .hd i{
    border-radius: 50%;
    background: #305dc3;
    color:#fff
}
.index_contact .hd h2{margin:0; font-size: 24px;font-weight: normal}
.index_contact .bd{
    padding:0 0 40px ;
    font-size: 14px;
    line-height: 24px;
    display: flex;
}
.index_contact .bd dl{padding-left:40px;min-width: 30%}
.index_contact .index_contact_r{
    width: 50%;
    float: left;
    background: #fff;
    color:#999
}

    /*单页*/
.nban{
    position: relative;
    width: 100%;
    height:400px;
    overflow: hidden;
    background-color:#fff;
    z-index:0; 
}
.nban img {position: absolute;left: 50%;top:0; height: 400px; margin-left: -960px;z-index:-1; }
.nban .wp{
    padding:150px 0 0 50px;
    color: #fff
}
.nban .wp h1{margin:0;font-weight: normal;line-height: 50px; font-size: 50px;font-family:'pf_din_text_comp_proregular' }
.nban .wp h2{margin:0;font-weight: normal; font-size: 40px;}

.nmenu{
    width:100%;
    line-height: 60px;
    font-size: 16px;
    display:block;overflow:hidden;
    background: #3459ae;
}
.nmenu li{
    float: left;
}
.nmenu li a{
    position: relative;
    padding:0 30px;
    height: 100%;
    display: block;
    color: #fff
}
.nmenu li a:hover,.nmenu li.active a{
    background: #fff;
    color:#000;
}

.con{ width: 100%; padding:50px 0 80px 0; overflow: hidden; min-height: 400px;margin-bottom: 20px;font-size: 14px;line-height: 24px;color: #333 }
.con img,.about_bd img{ display:block;max-width:100%; border:0; margin:0 auto; }

/*about*/
.about_hd{
    width:100%;
    display: block;
    padding:40px 0 40px 0;
    color: #222;
    text-align: center
}
.about_hd h2{
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: normal
}
.about_hd .hr{
    width: 30px;
    height: 4px;
    background: #666;
    margin: 0 auto;
}


.about_bd{width:100%;min-height:150px; display:inline-block;padding:0px 0 60px 0;font-size: 14px;}
.about_bd .about_bd_txt{width:52%;font-size: 14px;line-height: 24px;color: #222;}
.about_bd .comname{margin:80px 0 30px 0; font-size: 28px; line-height: 36px;}
.about_bd  p{width: 100%; margin: 0 0 10px 0; font-size: 14px;line-height: 24px;color: #222;text-indent: 2em;display: block;overflow: hidden;}
.about_bd .hr{width: 100%;height: 1px;background: #ddd;}
.about_bd .about_bd_pic{width: 45%;min-height: 300px;margin-bottom: 40px; }
.about_bd .about_bd_pic img{max-width: 100%;}



/*news*/
.con .tjnewsbox{position: relative; border:10px solid #f8f8f8;overflow:hidden;height: 264px;margin-bottom:20px; display: block }
.con .tjnewsbox a{overflow:hidden;}
.con .tjnewsbox_l{margin:10px;display:inline; width: 380px;height: 244px;float: left;background:url("../images/noimage.gif") no-repeat #f6f6f6;background-size: cover}
.con .tjnewsbox_l img{width:100%;height:100%;border:0}
.con .tjnewsbox_r{float: right;width: 720px;padding:10px 20px;overflow: hidden}
.con .tjnewsbox_r h2{margin:30px 0; width: 100%;color: #222; font-size: 24px;font-weight: normal;}
.con .tjnewsbox_r .newsbox_date{color: #999;}
.con .tjnewsbox_r .newsbox_date span{margin-right: 10px;background: #dadada;padding:3px 10px;}
.con .tjnewsbox_r p{margin:20px 0;width:100%;height: 48px;overflow: hidden; font-size: 14px;line-height: 24px;font-weight: normal;}
.con .tjnewsbox .pagination{position:absolute; width: 20%; bottom:20px;left:20px;}
.con .tjnewsbox .swiper-pagination-switch {
    background: #eee;
    border-radius: 0;
    height: 15px;
    width: 15px;
	display:inline-block;
	margin:0 5px;
    opacity: 1
}
.con .tjnewsbox .swiper-active-switch {
    background: #ea5404;
}

.newslist li{
    width:100%;
    position: relative;
    display: block;
}
.newslist li a{
    padding:30px 0;
    width: 100%;
    display: inline-block;
    border-bottom:1px solid #e5e5e5;
}
.newslist li a  h2{margin:0; width: 100%;font-size: 20px;font-weight: normal;line-height:40px; overflow: hidden}
.newslist li a  h2 .text-truncate{width: 80%;display: inline-block;}
.newslist li a  p{margin:10px 0; width:100%;overflow: hidden;text-indent:0; font-size: 14px;line-height:22px;font-weight: normal;color: #999}
.newslist li a .date {
    margin-top: 8px;
    background: #ddd;
    padding:5px 10px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    color:#999;
    display: inline-block;
}
.newslist li a .more{
    padding: 8px 30px;
    font-size: 14px;
    color: #666;
    border: 1px solid #c8c8c8;
    display: inline-table;
}
.newslist li a:hover{

    box-shadow: 0px 5px 5px rgba(0,0,0,.08);
    border-color:#305dc3;
}
.newslist li a:hover .more{color:#305dc3;border-color:#305dc3;}
.index_news_box_l .index_news_box_l_tj.news_box_l_tj{border:0}
.index_news_box_l .index_news_box_l_tj.news_box_l_tj .date{font-size: 14px;padding:5px 10px;}
.index_news_box_l .index_news_box_l_tj.news_box_l_tj p{margin:20px 0; font-size: 16px;color: #666;}
.index_news_box_l .news_box_l_tj .tjtitle {
    margin-top:30px;
    width: 100%;
    overflow: hidden;
    color: #000;
    font-size: 22px;
    line-height: 36px;
    min-height: 72px;
}
.index_news_box_l .index_news_box_l_tj.news_box_l_tj .more{
    padding: 8px 30px;
    font-size: 14px;
    color: #666;
    border: 1px solid #c8c8c8;
    display: inline-table;
}

.newstitle{ margin-bottom:10px;padding: 0px 0 20px;text-align: center;line-height: 30px; border-bottom: 1px solid #dbdbdb}
.newstitle h2 { font-weight:500;font-size: 24px;color:#333; margin:20px 0;}
.newstitle .newsmemo { color:#999; font-size: 12px; width: 100%; overflow: hidden;}
.newsintro{ padding:0 20px;display: block; font-size:14px; color: #333; line-height: 26px; overflow: hidden;  height:auto !important; height:300px; min-height:300px; }
.newsintro p{margin:10px 0}
.newsintro img{margin:0px auto;margin-bottom:10px;margin-top:10px; max-width: 100%}
.newsturn { border-top:1px solid #dbdbdb;padding-top:24px;position:relative; margin:30px auto 0;}
.newsturn p{ width: 100%; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newsturn p,.newsturn a {line-height:30px; font-size: 14px}


/*honor*/
.about_bd .honorlist{width: 100%;padding: 0px 0;overflow:hidden}
.about_bd .honorlist li{ float: left;width:20%;text-align: center;  overflow: hidden;}
.about_bd .honorlist li a{position:relative;margin: 10px;overflow: hidden;display: block;
    padding:0 10px;
    border:1px solid #eee;
    box-shadow: 0px 1px 1px rgba(0,0,0,.08);
    transition: box-shadow 0.3s
}
.about_bd .honorlist li .img{width: 194px;height: 260px;vertical-align: middle;  text-align: center;overflow: hidden;display: table-cell; }
.about_bd .honorlist li img {
    width: 100%;
    margin: 0px auto;
	margin-top:10px;
    max-height: 250px;
    line-height: 250px;
    vertical-align: middle;
    border: 0px;
}
.about_bd .honorlist li p {
    margin: 0 auto;
    padding:10px 0;
    height: 30px;
    line-height:30px;
    text-align:center;
    font-size: 14px;
    text-indent: 0em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about_bd .honorlist li a:hover {
    box-shadow: 0 1px 3px rgba(0,0,0,.08),0 2px 12px rgba(0,0,0,.16);
    z-index: 3;
}
.about_bd .honorlist li a em,.about_bd .honorlist li a .zoombg{display: none}
.about_bd .honorlist li a:hover em{
    display: block;
    position: absolute;
    top: 50%;
    left:50%;
    margin-top:-24px;
    margin-left:-24px;
    content: ' ';
    width:48px;height:48px;background:url(../images/inner/zoom_in.png) no-repeat ;
    z-index: 99;
    -webkit-animation: honor-bounce-1 1s;
    -moz-animation: honor-bounce-1 1s;
    animation: honor-bounce-1 1s;
}
.about_bd .honorlist li a:hover div.zoombg{
    display: block;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: 5;

    -webkit-animation: honor-bounce-1 0.4s;
    -moz-animation: honor-bounce-1 0.4s;
    animation: honor-bounce-1 0.4s;
}
/*contact*/
.contop{ padding:100px 0 150px 0;overflow: hidden;}
.contop .text{ float:left;}
.contop .text h3{margin: 0; font-size:24px; color:#305dc3; font-weight:bold; padding-bottom:20px;}
.contop .text p{ line-height:36px; font-size:16px;}
.contop .conmap{ float:right;width:600px; text-align:center;}
.contop .conmap img{max-width: 100%;}
/*prolist*/

.pro_sort li{ 
    float: left;
    width:33%;
    margin:10px 0; 
    overflow: hidden;
    display: inline-block;
}
.pro_sort li .pro_sortitem{
    width: 180px;
    background: #181714;
    margin: 0 auto;
    padding:15px 0;
    background: #3d3d3d;
    color:#fff;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
}
.pro_sort li .pro_sortitem p{
    margin:5px auto;
    text-indent: 0;
    text-align: center;
    color:#fff;
    font-size:18px;
}
.pro_sort li .pro_sortitem i{
    font-size: 50px;
    line-height: 60px;
}
.pro_sort li:hover .pro_sortitem{
    cursor: pointer;
    -webkit-animation: honor-bounce-1 1s;
    -moz-animation: honor-bounce-1 1s;
    animation: honor-bounce-1 1s;
}
.pro_sort li.on .pro_sortitem{
    cursor: pointer;
    background:#305dc3;
    -webkit-animation: honor-bounce-1 1s;
    -moz-animation: honor-bounce-1 1s;
    animation: honor-bounce-1 1s;
}
hr.prohr{
    background: url(../images//inner/prohr.png) repeat-x;
    height: 42px;
    border: 0;
    margin-bottom: 50px;
}

.pro_sub{
    width:100%;
    margin-bottom:30px;
    display: block;
    font-size: 22px;
    font-weight: bold;
}


@media screen and (min-width: 1000px) and (max-width: 1199px) {
	.index_news_box_l{width:480px}
	.index_news_box .index_news_box_img, .index_news_box .index_news_box_img a, .index_news_box .index_news_box_img img{
		width: 430px;
    height: 320px;
	}
	.index_news_box li a{width:350px}
	.index_contact .bd dl{height:50px;padding-right: 30px;}
	.prolist li a{width:230px}
	.prolist li .img img{height:230px}
	.contop .conmap{width:500px}
}

